Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: decrease latency when some rows are locally buffered #17

Merged
merged 2 commits into from
Apr 6, 2024

Conversation

jerrinot
Copy link
Collaborator

@jerrinot jerrinot commented Apr 6, 2024

we instruct Kafka Connect to call us in a reasonable time even there are no new message to be delivered. this gives us a chance to flush whenever we have buffered locally. this means users no longer have to explicitly decrease offset.commit.interval.ms.

jerrinot added 2 commits April 6, 2024 22:13
we instruct Kafka Connect to call us in a reasonable time even
there are no new message to be delivered. this gives us a chance
to flush whenever we have buffered locally. this means users no
longer have to explicitly decrease offset.commit.interval.ms.
@jerrinot jerrinot merged commit 0c08aac into main Apr 6, 2024
2 checks passed
@jerrinot jerrinot deleted the jh_context_timeout branch April 6, 2024 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant